home *** CD-ROM | disk | FTP | other *** search
- property pMyListPosition, pWidth, pHeight, pMyRect, pMyState, pMyPoint, pMyImage, pBlendLevel
- global oOrbitCenter, oOrbitNodes, gMenuNum, gScreenNum
-
- on new me, listPosition
- pMyListPosition = listPosition
- pMyImage = member("game_stoneoutlines").image.duplicate()
- pWidth = pMyImage.width
- pHeight = pMyImage.height
- pMyRect = pMyImage.rect
- pMyPoint = point(37, 408)
- pMyState = #idle
- pBlendLevel = 100
- return me
- end
-